From aaf848f3cdf85029af29329357268ef53a471159 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Fri, 22 Aug 2008 20:54:40 +0000 Subject: [PATCH] Makefile.in: Add workaround (wget) for changes.html from babelweb. --- gpsbabel/Makefile.in | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index 74b14ba77..3d25573e1 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -233,6 +233,10 @@ gpsbabel.html: FORCE readme.txt: gpsbabel.html lynx -nolist -dump gpsbabel.html > $@ +changes.html: FORCE + wget -O $(WEB)/changes.html http://www.gpsbabel.org/changes.html || exit 1 + rm -f $(WEB)/changes.html.1 > /dev/null + doc: gpsbabel $(WEB)/htmldoc-$(DOCVERSION)/index.html gpsbabel.pdf # readme.txt FORCE: @@ -245,7 +249,7 @@ WINFILES = gpsbabel.exe mingw/libexpat.dll win32/GPSBabelGUI.exe win32/gui-2/REA # Do administrative-y things to the tree. Verify that everything is checked # in and tagged. # -release-sourcecheck: +release-sourcecheck: changes.html cvs commit ./chkdoc make clean @@ -318,7 +322,7 @@ mac-upload: release: release-sourcecheck release-tarball release-winbuild release-rpm release-upload -rpm: +rpm: changes.html tools/mkrpm $(WEB) $(VERSD) $(RELEASE) mac-release: @@ -334,7 +338,7 @@ msvc-build: LINK.EXE /NOLOGO @objs.lst ./msvc/expat/libexpat.lib /out:gpsbabel.exe # release check using CVS tree -test-release: doc gpsbabel.html +test-release: doc gpsbabel.html changes.html cvs export -r HEAD -d gpsbabel-$(VERSIOND) gpsbabel rm -f gpsbabel-$(VERSIOND)/internal_styles.c make release-tarball release-winbuild release-rpm -- 2.30.2